home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Newton / About Newton 1 / newton-archive-1.txt < prev    next >
Encoding:
Text File  |  1993-10-07  |  13.5 KB  |  274 lines  |  [TEXT/MSWD]

  1. Newton Archive Digest                                    Monday, 23 Aug 1993                   Volume 1 : Issue 1
  2.  
  3. Todays Topics:
  4.  
  5. [*] Lowdown.hqx
  6. [*] Calculator1.0b2.hqx
  7. [*] Kid Card.hqx
  8. [*] Mastermind 1.02.hqx
  9. [*] MineSweep1.0.hqx
  10. [*] Mr. Advisador
  11. [*] Poker 1.0.hqx
  12. [*] Minitools.hqx
  13. [*] Newton Function DA.sit
  14. [*] ObjViewer.092.hqx
  15.  
  16. The Newton Archive is moderated by Rob Bruce.
  17.  
  18. The archive is available via FTP or Gopher at bnnrc-srv.med.jhu.edu (128.220.81.221)
  19.  
  20. Please send articles and binaries to robbruce@bnnrc-srv.med.jhu.edu or put files in the /pub/incoming directory.
  21.  
  22.  
  23. --------------------------------------------------------------------
  24. [*] Lowdown.hqx
  25. About NewtonÅ Lowdown
  26. Newton Lowdown is a simple desk accessory (DA) for the Macintosh (will not work on other PCs, or Windows, I am afraid).  To install it, simply drop it into the Apple Menu Items folder in your System Folder (if you have System 7 installed).  If you are still using System 6, then you will need to use Font/DA Mover to install it in your System File, or use Suitcase or similar.
  27.  
  28. Newton Lowdown provide a quick desktop reference to NewtonScriptÅ commands which may be of use to those programming the Newton direct (e.g. through our NewtonScript Runner utility).  It also guides you through the currently documented error codes, with a little help from Monty Python.
  29.  
  30. Enjoy!
  31.  
  32. Howard Oakley
  33. EHN & DIJ Oakley
  34. (contact details at the foot of the DA screen)
  35. /pub/newton/util/LowdownDA.hqx
  36.  
  37. ------------------------------------------------------------------
  38. [*] Calculator1.0b2.hqx
  39. About SciCalc - the first scientific calculator for the Apple NewtonÅ
  40. Version 1.0b2
  41.  
  42. SciCalc is a simple implementation of a standard (i.e. NOT Reverse Polish or 'RPN') scientific calculator for the Apple Newton MessagePad and similar PDAs.  This is the first release version, which has so far only been tested by the developer.  If you do find problems, please let me know so that I can rectify them in the next release.
  43.  
  44. To load it into a Newton MessagePad, you must have a Mac (on which you should be reading this!) and the beta Connection Kit.  Simply connect your Mac to your Newton, and install the Calc102.pkg file as a Newton application, down the connection to your Newton.
  45.  
  46. Bug fixes this version:
  47. In the first posted version, an error (-8007) occurred when dealing with numbers using the thousands separator (e.g. ',').  This has now been fixed and thousands, millions, etc., should now work fine throughout.  I also hope that this is independent of the number format being used (i.e. what the thousands separator is).
  48.  
  49. Current features:
  50. All floating point numeric calculations normally found on a basic 'scientific' calculator, including a wide range of trig and exp/log functions.
  51. A single number display, edited by button use only.
  52. Two standard financial functions.
  53. Two user-accessible memorys, which include summation functions.
  54. Constants Pi and e available from keys.
  55. Conversion to and from radians and degrees.
  56.  
  57. Planned features:
  58. Hexadecimal math (possibly even with hexadecimal point!).
  59. Copying of result to other Newton apps.
  60. My own error/exception trapping.
  61.  
  62. Note that currently the hex keys (A-F, and the radio button to switch between them) are non-functional.
  63.  
  64. All routines used are standard built-in Newton math routines, except for the degree to radian conversions, which are simple arithmetic ones.
  65.  
  66. Note on key naming:
  67. x^y is 'x to the power of y'
  68. sqt is 'square root'
  69. exp is 'e to the power of'
  70. ln is 'log to the base e'
  71. log is 'log to the base 10'
  72. d>r is convert degrees to radians
  73. r>d is convert radians to degrees *** note that all trig is performed in radians***
  74. sin, cos, tan are as they say
  75. asin, aco, ata are arcsine, arccosine and arctangent
  76. sinh, csh, tnh are hyperbolic sine, cosine and tangent
  77. asih, ach, ath are hyperbolic arcsine, arccosine, and arctangent
  78. erf is the error function
  79. erc is the errorc function
  80. ga is the gamma function
  81. annuity calculates the present value factor of an annuity at a given interest rate over the specified periods, the interest rate being per period.  The first number entered is the rate, the second the periods.  Enter as <rate><annuity><periods><=>.
  82. compound calculates the compounded interest factor over the specified number of periods.  The first number entered is the rate, the second the periods, as per annuity.
  83.  
  84. The keys to the right of, and below, 'M1,2' are the memory access keys - the left column for M1, the right for M2.  In each case, the keys mean:
  85. -> saves current display to memory
  86. + adds current display to memory and stores result in memory
  87. <- replaces current display by memory
  88. C clears memory contents to 0
  89.  
  90. Pi produces the value of Pi (3.14159....)
  91. e produces the value of e (2.71828....)
  92.  
  93. clear all clears everything except for the two memories
  94. CE clears only the rightmost character in the display (works on all display entries!)
  95. +/- negates the sign of the display, i.e. + becomes - and vice versa.
  96.  
  97. Note that errors are currently not trapped - if you divide by zero, then you will get a standard Newton divide by zero error.  Similarly, finding the log of a negative number will fill the result with 'box' characters.  Very occasionally, you may find that the contents of the display are lost - just press 'clear all' to get a 0 back.  I hope to improve this in future versions.
  98.  
  99. This calculator is freely distributable, and must not be sold.  However, it remains Copyright © 1993 EHN & DIJ Oakley, all other rights reserved.  It was developed using the Newton Toolkit, which is Copyright © 1992-1993 Apple Computer, Inc., all rights reserved.  Apple Computer, Inc., accepts no liability or responsibility whatsoever for this product, and so on.  As this is supplied free, EHN & DIJ Oakley accept no responsibility or liability for the product or what it might do to your Newton, nor for any inaccuracy of any results therefrom.  You use it entirely at your own risk!  Newton and most other trade names mentioned above are registered trademarks of Apple Computer, Inc.
  100.  
  101. I hope this fills a gap until Dubl-Click's commercial calculator kit becomes available, and commend that to you as a worthwhile future purchase.
  102.  
  103. Howard Oakley, EHN & DIJ Oakley.
  104. CompuServe 70734,120; AppleLink UK0392; Internet Howard@quercus.demon.co.uk;
  105. Fax +44 983 853253.
  106. More fine software from the Isle of Wight, UK!
  107.  
  108. /pub/newton/app/calc102.hqx
  109. --------------------------------------------------------------------
  110. [*] Kid Card.hqx
  111. KidsCard - An Example Newton Application
  112.  
  113. This is a simple Newton application that does a bit of view animation uses downloaded sounds.
  114.  
  115. This was done mostly as an exercise in how fast I could bang out something that would impress my kids.  Hopefully, it will also help a few budding Newton programmers a bit.
  116.  
  117. Have fun.
  118.  
  119. Douglas K. Olson
  120. Internet: dolson@mv.us.adobe.com
  121. AppleLink: ADOBE.DOLSON
  122. Compuserve: 76711,613
  123. America Online: ADOBE DOUG
  124.  
  125. /pub/newton/app/KidCardwSource.hqx
  126. -------------------------------------
  127. [*] Mastermind 1.02.hqx
  128.  
  129. Welcome to Master Mind 1.02
  130. Copyright 1993, Michael Herman, All rights reserved.
  131.  
  132. Master Mind is a simple game where you try to guess a four digit number.  Simply enter the number at the bottom and tap "Guess".  Spaces and periods are ignored.  Your guess will then appear in the guesses list followed by two numbers.  The first number is how many digits were correct and in the correct location.  The second number is how many digits were correct and in the wrong location.  If you get frustrated, you can tap "Show" to see the number.  "New" generates a new random number (Hint: the number will be between 1000 and 9999).  You can use the up and down arrow at the bottom to scroll the guesses list.
  133.  
  134. This program requires the Connection Kit to install.
  135.  
  136. This program is shareware.  If you like the program and wish to continue to use it, please register your copy by sending $10 US to the author.  Suggestions are welcome.  
  137.  
  138. Thank you for your support.
  139.  
  140. Michael Herman
  141. 6965 El Camino Real, Suite 105
  142. Carlsbad, CA 92009
  143. USA
  144.  
  145. CompuServe 70175, 1016
  146. AppleLink Herman.MD
  147.  
  148. Change History :
  149. 1.01 Changed fonts used for easier reading.
  150. 1.02 Fixed short entry.
  151.  
  152. CompuServe 70175, 1016
  153. AppleLink Herman.MD
  154. /pub/newton/game/MasterMind1.02.hqx
  155. ------------------------------
  156. [*] MineSweep1.0.hqx
  157. Welcome to Mine Sweep 1.00
  158. Copyright 1993, Michael Herman, All rights reserved.
  159.  
  160. The object of Mine Sweep is to locate and flag ten mines.  To flag a mine, tap once.  If a square is safe, double tap on it to reveal the number of mines adjacent to the square.  Victory is yours once you have flagged all ten mines, but if you double tap on a mine...
  161.  
  162. This program requires the Connection Kit to install.
  163.  
  164. This program is shareware.  If you like the program and wish to continue to use it, please register your copy by sending $15 US to the author.  Suggestions are welcome.  
  165.  
  166. Thank you for your support.
  167.  
  168. Michael Herman
  169. 6965 El Camino Real, Suite 105
  170. Carlsbad, CA 92009
  171. USA
  172.  
  173. CompuServe 70175, 1016
  174. AppleLink Herman.MD
  175. /pub/newton/game/MineSweep1.0.hqx
  176. ------------------------------------------------------------------------
  177. [*] Mr. Advisador
  178. Mr. Advisador 1.2
  179.  by ben sharpe 
  180.  
  181. Mr. Advisador is a PDA.  Personal Digital Advisor.  If you are having
  182. troubles in your life and just don't know where to turn, ask 
  183. Mr. Advisador and he will gladly offer advice.
  184.  
  185. This is the first piece of shareware written for Newton technology.
  186.  
  187. Things to know - 
  188.  
  189.  o You will need the Newton Connection software to install Mr. Advisador
  190.    Just select "Install Package" and then select Mr. Advisador's package.
  191.  
  192.  o Tap on the title of Mr. Advisador for shareware info.
  193.  o Tap on the blinking question mark for advice.
  194.  o Write advice in the notepad and tap Assist for advice.
  195.  o Tap on the apparition of Mr. Advisador that appears in your notepad for
  196.    advice on the spur of the moment. (you'll see :)
  197.    
  198.    
  199. please direct questions, comments and fan mail to:
  200.  
  201. AOL: B.Sharpe
  202. ALink: SHARPE1
  203.  
  204. or to
  205.  
  206. ben sharpe
  207. 520 Frederick St. #38
  208. San Francisco, CA 94117
  209.  
  210. Thanks for trying Mr. Advisador.
  211.  
  212. /pub/newton/app/Mr.Advisador1.2.sit.bin
  213. ------------------------------------------------------------------------
  214. [*] Poker 1.0.hqx
  215.  
  216. Newton Poker.
  217. by Michael C. O'Conner
  218. Alink:lepton
  219. /pub/newton/game/MineSweep1.0.hqx
  220. ------------------------------------------------------------------------
  221. [*] Minitools.hqx
  222. Welcome to the NewtonÅ mini-tools.
  223.  
  224. This collection of freeware tools will grow in time.  For this first release, there are two different NewtonÅ applications for you to enjoy:
  225.  
  226. *******************************************************************
  227.  
  228. 1.  Memory Massager
  229. The prime purpose of this is to call a garbage collection in your Newton's memory.  In theory, such a garbage collection should get rid of all the dross hanging around, and you may find that this staves off the need to restart from time to time (when using version 1.02 of the Newton OS).
  230.  
  231. It incidentally includes information about free and total memory, battery power, and battery compartment temperature, all of which are available in other tools on the Newton.  However, try tapping on the temperature bar...
  232.  
  233. Everything else should be self-explanatory.
  234.  
  235. *******************************************************************
  236.  
  237. 2.  NewtonScript Runner
  238. This is a slightly modified version of one of the demos provided with the Newton Toolkit.  NewtonScript, which is the language used to program Newton systems, can be compiled and run on the fly, and this little utility allows you to do just this.  You will hardly develop the next killer app on your Newton this way (!), but it does for instance allow you to work out sines etc.
  239.  
  240. To use this, enter your NewtonScript program in the upper editable text field, e.g.
  241.  
  242. sin(0.75)
  243.  
  244. then press the Eval! button, and the answer is displayed in the lower text window.
  245.  
  246. Note that it is possible to enter *any* NewtonScript command in this, and thus it is very easy to crash your Newton in a myriad of extremely nasty ways.  BE WARNED!
  247.  
  248. *******************************************************************
  249.  
  250. Both these utilities, and future additions to this little collection, are free of charge.  However, copyright is retained by EHN & DIJ Oakley, © 1993, EHN & DIJ Oakley, all other rights reserved.  These two utilities were developed using the Newton Toolkit, © 1992-1993 Apple Computer, Inc.  Newton is a trademark of Apple Computer, Inc.  Apple Computer makes no warranty with respect to these products, which are entirely the responsibility of EHN & DIJ Oakley, and so on.  But be warned - as with most things in life, you use them at your own risk.
  251.  
  252. Howard Oakley can be contacted on CompuServe at 70734,120, CIX as hoakley, AppleLink as UK0392, the Internet as Howard@quercus.demon.co.uk, and by fax to +44 983 853253.
  253.  
  254. /pub/newton/util/Minitools.hqx
  255. ------------------------------------------------------------------------
  256. [*] Newton Function DA.sit
  257.  
  258. Newton function DA
  259. This is a Da which provides you with a desk reference guide to the Newton built in functions. This is just a list of the functions, no explainations or documenation provided.
  260. Warning using these incorrectly may crash your Newton.
  261.  
  262. /pub/newton/util/MineSweep1.0.hqx
  263. ------------------------------------------------------------------------
  264. [*] ObjViewer.092.hqx
  265. Documentation for RPM's Object Viewer, version 0.92 1993 August 21
  266.  
  267. What is it?
  268.  
  269. The Object Viewer is a Newton application intended mainly for programmers. It displays the contents of objects in Newton's memory, and provides several ways to jump from one object to another.  It is a floating window which is half the nheight of the screen, and can therefore be used to examine the activities of other Newton programs while they are running.
  270.  
  271. Version 0.9, 1992 Aug 20 (First beta-test version)
  272. /pub/newton/util/ObjViewer092.hqx
  273.  
  274.